2007-07-18 Richard Hult <richard@imendio.com>
* gdk/quartz/gdkcursor-quartz.c (gdk_cursor_new_for_display): Ref
the cursor in the cached case.
svn path=/trunk/; revision=18490
+2007-07-18 Richard Hult <richard@imendio.com>
+
+ * gdk/quartz/gdkcursor-quartz.c (gdk_cursor_new_for_display): Ref
+ the cursor in the cached case.
+
2007-07-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c: Correct some mistakes in the
nscursor = [NSCursor pointingHandCursor];
break;
default:
- return create_builtin_cursor (cursor_type);
+ return gdk_cursor_ref (create_builtin_cursor (cursor_type));
}
[nscursor retain];